专利摘要:
A method and an apparatus for decoding of a video bitstream are disclosed. In one embodiment, the method comprises: decoding a first coded block flag (cbf) of the color component indicating whether a current coding unit (CU) of the color component has at least one non-zero transform coefficient (830). According to the first cbf of the color component, the method further comprises decoding four second cbfs, each indicating whether one of four sub-blocks in the current CU of the color component has at least one non-zero transform coefficient (850). The residual quad-tree (RQT) of the current CU of the color component is determined based on the first cbf of the color component (870), or based on the first cbf and the second cbfs of the color component if the second cbfs exist (860). In another embodiment, the method comprises decoding a cbf associated with a transform unit (TU) and determining RQT of the TU based on the cbf, wherein said determining the RQT of the TU based on the cbf is the same for a luma component and a chroma component and the cbf is recovered from the video bitstream.
公开号:AU2013211390A1
申请号:U2013211390
申请日:2013-01-07
公开日:2014-05-15
发明作者:Jicheng An;Xun Guo;Liang Zhao;Xin Zhao
申请人:MediaTek Singapore Pte Ltd;
IPC主号:H04N19-50
专利说明:
WO 2013/107309 PCT/CN2013/070160 1 METHOD AND APPARATUS FOR CODED BLOCK FLAG CODING IN HIGH EFFICIENCY VIDEO CODING CROSS REFERENCE TO RELATED APPLICATIONS The present invention claims priority to PCT Patent Application, Serial No. PCT/CN2012/070612, filed January 19, 2012, entitled "Methods and Apparatuses of CBF Coding in HEVC". The PCT Patent Application is hereby incorporated by reference in its entirety. TECHNICAL FIELD The present invention relates to video coding. In particular, the present invention relates to method and apparatus for coding the cbf (coded block flag) syntax associated with coding unit (CU) and transform unit (TU) in High Efficiency Video Coding (HEVC). BACKGROUND HEVC (High Efficiency Video Coding) is an advanced video coding system being developed under the Joint Collaborative Team on Video Coding (JCT-VC) group of video coding experts from ITU-T Study Group. In HEVC Test Model Version 5.0 (HM-5.0), the inter-coded and intra-coded residues are coded using block-based transform coding. The blocks (called transform units) are partitioned from a root block (a root transform unit) using a quad-tree structure. The quad-tree partition is applied iteratively until a leaf block or a smallest block is reached. Two-dimensional transform is then applied to each of the transform units. Each TU can be split into four sub-TUs, i.e. leaf TUs. For each TU, a syntax element named cbf (coded block flag) is transmitted to indicate if the TU has non-zero transformed coefficients or not, where a "1" indicates at least one existing non-zero coefficient and a "0" indicates no non-zero coefficient. In HM-5.0, the cbf is signaled only for leaf TUs of the residual quad-tree for the luma component. For the chroma components, the cbf is signaled for both the root TU and the leaf TU, however, the cbf is only signaled in a TU that is smaller than or equal to the maximum chroma TU size. Fig. I to Fig. 3 illustrate examples of the cbf signaling. In Fig.1, block 110 shows the residual quad-tree splitting of a TU, where a root TU is partitioned into sub-TUs (TU 0 through TU 6) using quad-tree partition. Block 120 shows the corresponding cbf bits, where TUs 1, 3, 5 and 6 have non zero coefficient and TUs 0, 2 and 4 have no non-zero coefficient. If the TU is a luma TU, the cbf bits are transmitted only for leaf TUs. An example of cbf signaling (i.e., cbf coding) for a luma TU WO 2013/107309 PCT/CN2013/070160 2 is illustrated in Fig 2A, where four sets of bins "0", "1" "0101" and "1" correspond to the cbf bits for the four leaves of root TU 210. The cbf bits are signaled in a raster-scan order, i.e., in the order of upper left TU, upper right TU, lower left TU and lower right TU. For the lower left leaf TU, the TU is further partitioned into four leaf TUs. The cbf bits for this leaf TU are "0101" in the raster scan order. Accordingly, the four sets of cbf bits 220 are shown in Fig. 2A. An example of cbf signaling for a chroma TU is illustrated in Fig 2B, where the cbf bits are transmitted for both the root TU and the leaf TU. The root TU 230 is partitioned into four leaf TUs and the lower left leaf TU is further partition into four leaf TUs. Therefore, there are three levels of cbf bits corresponding to the three levels of TUs. For the root TU (i.e., depth = 0), cbf bit "1" (indicated by reference number 240) is signaled. For the four leaf TUs of the root TU, the cbf bits are "0", "1", "1" and "1" (indicated by reference number 250) in the raster-scan order. For the lower left leaf TU, the TU is further partitioned into four leaf TUs with corresponding cbf bits "0", "1" "0" and "1" (indicated by reference number 260) in the raster-scan order. As shown in Fig. 2A and Fig. 2B, while the luma TU and chroma TU have the same RQT (residual quad-tree) structure, the cbf signaling is different. The example in Fig. 2B is for root block smaller than or equal to the maximum chroma TU size. For example, given maximum chroma TU size is 16x16 and minimum chroma TU size is 4x4, the size of the root TU 230 is 16x16, and the size of each lower left leaf TU is 4x4. When the chroma leaf CU size is larger than the maximum chroma TU size, such as 32x32, there is no cbf signaled in the 32x32 level. In order to reduce the number of cbf bits, an inferring method is used for luma and chroma TUs, where the cbf flag of the fourth leaf TU of a root TU is inferred by using the cbf flags of other TUs. Therefore, the cbf of the fourth leaf TU does not need to be transmitted. For luma TUs, the cbf of the fourth leaf TU can be inferred from the coded block flags (cbfs) of previous three leaf TUs and the cbf of the associated root TU. Block 310 in Fig. 3 illustrates an example when the cbf of the fourth leaf TU can be inferred. The lower left TU indicated by thick lined box 312 is partitioned into four leaf TUs, where the cbf of the fourth leaf TU is 1. Since TU 312 is partitioned into four leaf TUs, there is at least one non-zero coefficient among the four leaf TUs. When cbfs of the three previous leaf TUs are all zero (in the raster-scan order), the cbf of the last leaf TU (i.e., the fourth leaf TU) must be 1. Therefore, the cbf for the fourth leaf TU in this case can be inferred. The cbf of a leaf TU is also referred to as a leaf cbf for convenience. For chroma TUs, the situation is different because cbf is transmitted for all level of the residual quad-tree. For the four leaf TUs associated with each root TU, the cbf for the root TU is transmitted. If the cbf of the TU is 1 (block 312 in Fig. 3), there must be at least one non-zero leaf TU among the four leaf TUs. Therefore, if the cbfs of the first three leaf TUs are all zero, the cbf of WO 2013/107309 PCT/CN2013/070160 3 the last TU (indicated by a circle) must be 1. In this case, the last cbf can be inferred and does not need to be signaled. Moreover, the inferring mechanism can be applied to both intra and inter coded TU for the chroma component. In HEVC, there is also a root residual flag for an inter-coded coding unit (CU). When residual flag is false, there is no need to signal all the cbfs for Y, U and V components. When the residual flag is true and TU depth of current CU is 0, the luma cbf can be inferred to be 1 if chroma cbfs are all 0. Therefore, if the cbfs for U (block 320) and V (block 330) are all 0, the cbf for the luma TU at depth 0 is inferred to be 1 as shown in Fig. 3. In HM5.0, the maximum TU size is 16x16 for the chroma component and 32x32 for the luma component. However, the maximum CU size is 32x32 for the chroma component. Therefore, the maximum CU size and TU size are not the same. Furthermore, in HM-5.0, the chroma cbf is signaled for the TU with a size smaller or equal to the maximum TU size. For example, when the CU size is 64x64, i.e. chroma CU size is 32x32, the maximum TU size corresponds to 16x16. Therefore, four root cbfs will be transmitted for the four 16x16 chroma TUs of this 32x32 CU. In this case, even when the four cbfs are all 0, the cbfs will be transmitted, as illustrated in Fig. 4, where the size of the chroma CU 410 is 32x32. As mentioned above, the cbf signaling method is different for the luma TU and chroma TU. It is desirable to use a unified cbf signaling method to simplify the process. In addition, the existing cbf signaling method has some redundancy and it is desirable to further improve the efficiency of the existing cbf signaling method. SUMMARY A method and apparatus for encoding and decoding of a video bitstream are disclosed. In one embodiment, the method comprises decoding a first cbf (coded block flag) of a color component indicating whether a current CU (coding unit) of the color component has any non-zero transform coefficient, wherein the first cbf is recovered from the video bitstream. According to the decoding result of the first cbf, the method further comprises decoding four second cbfs of the color component, each indicating whether one of four sub-blocks in the current CU of the color component has any non-zero transform coefficient, wherein the second cbfs of the color component are recovered from the video bitstream. The residual quad-tree structure of the current CU of the color component is then determined based on the first cbf of the color component, or based on the first cbf and the second cbfs of the color component if the second cbfs exist. In the above method, the current CU of the color component has a size greater than the maximum TU size of the color WO 2013/107309 PCT/CN2013/070160 4 component. The maximum TU size is 32x32 for the luma component and the maximum TU size is 16x16 for the chroma component. The maximum TU size of the color component can be signaled in a sequence level. In another embodiment, the method comprises decoding a cbf (coded block flag) associated with a TU and determining RQT (residual quad-tree) of the TU based on the cbf, wherein signaling of the cbf is the same for a luma component and a chroma component and the cbf is recovered from the video bitstream. The cbf can be signaled at a root TU and leaf TUs or the cbf can be signaled at leaf TUs only. The cbf can also be signaled at a root level of a CU regardless of whether block size of the CU is larger than a maximum TU size. The cbf can be coded using CABAC (context-based adaptive binary arithmetic coding), wherein context model for the CABAC depends on depth of the RQT. The cbf may also be determined using inferring in some cases. BRIEF DESCRIPTION OF DRAWINGS Fig. 1 illustrates an example of the residual quad-tree structure and the coded block flags of the leaf TUs. Fig. 2A illustrates an example of coded block flag signaling method for the luma TU according to HM-5.0. Fig. 2B illustrates an example of coded block flag signaling method for the chroma TU according to HM-5.0. Fig. 3 illustrates an example of coded block flag signaling based on inferring of the luma TUs and chroma TUs. Fig. 4 illustrates an example of coded block flag signaling for the cbfs of four 16x16 chroma root TUs. Fig. 5 illustrates an example of coded block flag inferring mechanism for an inter CU according to an embodiment of the present invention. Fig. 6A and Fig. 6B illustrate examples where the cbf of the chroma component is signaled at CU level according to an embodiment of the present invention. Fig. 7 illustrates an exemplary flowchart of an encoder incorporating an embodiment of the present invention. Fig. 8 illustrates an exemplary flowchart of a decoder incorporating an embodiment of the present invention. Fig. 9 illustrates an exemplary flowchart of an encoder incorporating another embodiment of the present invention.
WO 2013/107309 PCT/CN2013/070160 5 Fig. 10 illustrates an exemplary flowchart of a decoder incorporating another embodiment of the present invention. DETAILED DESCRIPTION In one embodiment of the present invention, luma and chroma cbf signaling methods are unified by extending the chroma cbf coding method to the luma cbf. Therefore, the luma and chroma cbfs are both signaled for each level of the residual quad tree. In other words, cbf signaling is performed for both the root TU and the leaf TU. Inferring methods for the luma and chroma components are also unified in this case. Accordingly, the luma TU uses the same inferring method as the chroma TU. In other words, if the cbfs of the first three leaf TUs are all zero, the cbf of the last TU must be 1. In another embodiment, the residual flag inferring method for the inter CU is also applied to the unified signaling methods. Therefore, when the residual flag is true and the cbfs for the chroma TUs are all 0, the cbf of the top root luma TU is inferred to be 1 regardless of whether the top root TU is further split or not. Furthermore, this residual flag inferring method for the inter CU can be applied to other TU depths in addition to depth 0. In other words, when the TU is further split and chroma cbfs are all zero, the cbf of the luma TU can be inferred to be 1. As illustrated in Fig. 5, when the residual flag is 1 and the cbfs for chroma (U 520 and V 530) root TUs are all 0, the cbf of the luma root TU 510 can be inferred to be 1. Furthermore, the context formation of the luma cbf can also be unified with the chroma cbf so that context formation for cbf coding based on CABAC (context-based adaptive binary arithmetic coding) is dependent on the TU depth for both the luma and chroma components. In order to reduce the complexity of entropy coding of cbf flag, the number of contexts can be reduced. Furthermore, bypass coding mode can be used for CABAC-based cbf coding. In another embodiment, the root cbf is always signaled at the CU level regardless of the size of the maximum TU. Therefore, there is always a root cbf in each CU. Fig. 6A and Fig. 6B illustrate examples of the cbf coding process when the chroma CU size is 32x32 and the maximum TU size is 16x16. In Fig. 6A, the chroma CU corresponds to a 32x32 block, which is larger than the maximum chroma TU size (i.e., 16x16). The root cbf for the chroma CU is 0 since all the chroma TUs associated with the CU have no non-zero coefficient as indicated by 0. Since a root cbf in each CU is always signaled according to an embodiment of the present invention, a 0 will be signaled for the CU and there is no need for additional cbf signaling. Fig. 6B illustrates another example, where the lower left TU contains at least one non-zero coefficient. In this case, a 1 is signaled for the root WO 2013/107309 PCT/CN2013/070160 6 chroma CU and additional cbf bits "0 0 1 0" are signaled to indicate which TU contains non-zero coefficients. The maximum TU sizes for the luma and chroma components are known for a coding system based on HM-5.0. The information of the maximum TU size may also be signaled in the bitstream, such as in the sequence level (e.g., SPS) of the bitstream. In yet another embodiment, luma and chroma cbf signaling methods are unified by extending the luma cbf coding method to the chroma cbf. As a result, the luma and chroma cbf are both signaled only for the leaf TUs. The cbf signaling method described above can be used in a video encoder as well as a video decoder. Fig. 7 illustrates an exemplary flowchart of an encoder incorporating an embodiment of the present invention. The residues of a current CU are determined as shown in step 710, where the current CU size is larger than the maximum TU size. A first cbf of a color component indicating whether the current CU (depth =0) has at least one non-zero transform coefficient is determined as shown in step 720. According to the result of the first cbf, different processing routes are taken as shown in step 730. If the current CU of the color component has at least one non-zero transform coefficient, four second cbfs of the color component, each indicating whether one of four sub blocks (depth =1) of the color component in the current CU has at least one non-zero transform coefficient, are determined as shown in step 740. In this case, both the first cbf and the four second cbfs are incorporated into the video bitstream as shown in step 750. If the current CU has no non zero transform coefficient, only the first cbf is incorporated into the video bitstream as shown in step 760. The cbf signaling by incorporating the cbf in the video bitstream will allow a decoder to recover the residual quad-tree structure and perform decoding process accordingly. In some embodiments, if at least one of the sub-block of the color component has at least one non-zero transform coefficient and the sub-block does not reach the minimum TU size of the color component, the sub-block(s) with non-zero transform coefficient(s) is further partitioned into four leaf blocks (depth =2). Four third cbfs of the color component, each indicating whether one of the four leaf blocks of the color component has at least one non-zero transform coefficient, are determined for each sub-block with non-zero transform coefficient. The four third cbfs of the color component are also incorporated into the video bitstream. The sub-blocks and leaf blocks may be root TUs and leaf TUs in the current CU. The color component may be luma or chroma component. Fig. 8 illustrates an exemplary flowchart of a decoder incorporating an embodiment of the present invention. The video bitstream is received from a media or a processor as shown in step 810. The video bitstream may be stored in a media such as a storage media (hard drive, optical disc, or flash card) or computer memory (RAM, PROM, DRAM or flash memory). The video bitstream may also be received and/or processed by a processor. For example, in a broadcast WO 2013/107309 PCT/CN2013/070160 7 environment, a channel receiver may receive modulated signal, demodulate and de-multiplex to recover a desired bitstream. In this case, the video bitstream is received from a processor (i.e., the channel receiver). In step 830, a first cbf of a color component indicating whether the current CU (depth = 0) of the color component has at least one non-zero transform coefficient is decoded. According to the decoding result, different decoding routes are taken as shown in step 840. If the first cbf of the color component is not zero, four second cbfs of the color component, each indicating whether one of four sub-blocks (depth = 1) of the color component in the current CU has at least one non-zero transform coefficient, are decoded as shown in step 850. The residual quad tree structure of the current CU of the color component is then determined based on the first cbf and four second cbfs as shown in step 860. If the four first cbfs of the color component are zero, the residual quad-tree structure of the current CU of the color component is then determined based on the first cbf only as shown in step 870. In some embodiments, four third cbfs of the color component are also decoded if one of the sub-block of the color component at depth = 1 has at least one non-zero transform coefficient and the sub-block is larger than the minimum TU size of the color component. Each of the four third cbfs of the color component indicates whether one of four leaf blocks of the color component has at least one non-zero transform coefficient. The sub-blocks and the leaf blocks may be root TUs and leaf TUs in the current CU. The color component may be chroma or luma component. Fig. 9 illustrates an exemplary flowchart of an encoder incorporating another embodiment of the present invention. In step 910, a TU is received from a media or a processor. The RQT (residual quad-tree) associated with the TU is then determined as shown in step 920. One or more cbfs corresponding to the RQT of the TU are determined in step 930, wherein signaling of the cbf is the same for the luma component and the chroma component. Fig. 10 illustrates an exemplary flowchart of a decoder incorporating another embodiment of the present invention. In step 1010, the video bitstream is received from a media or a processor. A cbf associated with a TU is decoded in step 1020, wherein the cbf is recovered from the video bitstream. The residual quad-tree structure of the TU is determined based on the cbf as shown in step 1030, wherein signaling of the cbf is the same for the luma component and the chroma component. The flowcharts shown above are intended to illustrate examples of cbf signaling for a video encoder and a decoder incorporating embodiments of the present invention. A person skilled in the art may modify each step, re-arranges the steps, split a step, or combine steps to practice the present invention without departing from the spirit of the present invention. The above description is presented to enable a person of ordinary skill in the art to practice the WO 2013/107309 PCT/CN2013/070160 8 present invention as provided in the context of a particular application and its requirement. Various modifications to the described embodiments will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed. In the above detailed description, various specific details are illustrated in order to provide a thorough understanding of the present invention. Nevertheless, it will be understood by those skilled in the art that the present invention may be practiced. Embodiment of the present invention as described above may be implemented in various hardware, software codes, or a combination of both. For example, an embodiment of the present invention can be a circuit integrated into a video compression chip or program code integrated into video compression software to perform the processing described herein. An embodiment of the present invention may also be program code to be executed on a Digital Signal Processor (DSP) to perform the processing described herein. The invention may also involve a number of functions to be performed by a computer processor, a digital signal processor, a microprocessor, or field programmable gate array (FPGA). These processors can be configured to perform particular tasks according to the invention, by executing machine-readable software code or firmware code that defines the particular methods embodied by the invention. The software code or firmware code may be developed in different programming languages and different formats or styles. The software code may also be compiled for different target platforms. However, different code formats, styles and languages of software codes and other means of configuring code to perform the tasks in accordance with the invention will not depart from the spirit and scope of the invention. The invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described examples are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.
权利要求:
Claims (21)
[1] 1. A method for decoding a video bitstream, the method comprising: receiving the video bitstream from a media or a processor; decoding a first cbf (coded block flag) of a color component indicating whether a current CU (coding unit) of the color component has at least one non-zero transform coefficient, wherein the first cbf is recovered from the video bitstream; according to decoding result of the first cbf, decoding four second cbfs of the color component, each indicating whether one of four sub-blocks in the current CU of the color component has at least one non-zero transform coefficient, wherein the second cbfs are recovered from the video bitstream; and determining residual quad-tree structure of the current CU of the color component based on the first cbf, or based on the first cbf and the four second cbfs if the second cbfs exist; wherein the current CU of the color component has a size greater than a maximum TU size of the color component.
[2] 2. The method of Claim 1, wherein the maximum TU (transform unit) size of the color component is 32x32 for a luma component and the maximum TU size of the color component is 16x16 for a chroma component.
[3] 3. The method of Claim 1, wherein the maximum TU size of the color component is signaled in a sequence level.
[4] 4. The method of Claim 1, further comprising decoding third cbfs of the color component according to decoding result of the second cbfs, wherein each third cbf indicates whether one leaf block of the color component in a next depth of the four sub-blocks has at least one non-zero transform coefficient, and the third cbfs are recovered from the video bitstream; and the residual quad-tree structure of the current CU of the color component is further based on the third cbfs if the third cbfs exist.
[5] 5. A method for decoding a video bitstream, the method comprising: receiving the video bitstream from a media or a processor; decoding a cbf (coded block flag) associated with a TU (transform unit), wherein the cbf is recovered from the video bitstream; and determining RQT (residual quad-tree structure) of the TU based on the cbf, wherein signaling of the cbf is the same for a luma component and a chroma component.
[6] 6. The method of Claim 5, wherein the cbf is signaled at a root TU and leaf TUs. WO 2013/107309 PCT/CN2013/070160 10
[7] 7. The method of Claim 5, wherein the cbf is signaled at leaf TUs and the cbf is not signaled at a root TU.
[8] 8. The method of Claim 5, wherein the cbf is signaled at a root level of a CU regardless whether block size of the CU is larger than a maximum TU size.
[9] 9. The method of Claim 5, wherein the cbf is coded using CABAC (context-based adaptive binary arithmetic coding), wherein context model for the CABAC depends on depth of the RQT.
[10] 10. The method of Claim 9, wherein the context model is simplified and the CABAC includes a bypass mode.
[11] 11. The method of Claim 5, wherein the cbf is determined using inferring.
[12] 12. A method for coding a cbf (coded block flag), the method comprising: determining residues of a current CU (coding unit) of a color component; determining a first cbf (coded block flag) of the color component indicating whether the current CU of the color component has at least one non-zero transform coefficient; if the current CU has at least one non-zero transform coefficient, determining four second cbfs of the color component, each indicating whether one of four sub-blocks in the current CU of the color component has at least one non-zero transform coefficient; and incorporating the first cbf of the color component into a video bitstream, or both the first cbf and the second cbfs of the color component into the video bitstream if the second cbfs exist; and wherein the current CU of the color component has a size greater than a maximum TU size of the color component.
[13] 13. The method of Claim 12, wherein the maximum TU (transform unit) size of the color component is 32x32 for a luma component and the maximum TU size of the color component is 16x16 for a chroma component.
[14] 14. The method of Claim 12, wherein the maximum TU size of the color component is incorporated in a sequence level.
[15] 15. The method of Claim 12, further comprising determining third cbfs of the color component if at least one sub-block has at least one non-zero transform coefficient, wherein each third cbf indicates whether one leaf block of the color component in a next depth of the four sub blocks has at least one non-zero transform coefficient; and incorporating the first cbf, the second cbfs, and the third cbfs of the color component into the video bitstream if the third cbfs exist.
[16] 16. A method for coding a cbf (coded block flag), the method comprising: receiving a TU (transform unit) from a media or a processor; determining RQT (residual quad-tree) associated with the TU; and determining one or more cbfs corresponding to the RQT of the TU, wherein signaling of the WO 2013/107309 PCT/CN2013/070160 11 cbf is the same for a luma component and a chroma component.
[17] 17. The method of Claim 16, wherein the cbf is signaled at a root TU and leaf TUs.
[18] 18. The method of Claim 16, wherein the cbf is signaled at leaf TUs and the cbf is not signaled at a root TU.
[19] 19. The method of Claim16, wherein the cbf is signaled at a root level of a CU regardless whether block size of the CU is larger than a maximum TU size.
[20] 20. An apparatus for decoding a video bitstream, the apparatus comprising: means for receiving the video bitstream from a media; means for decoding a first cbf (coded block flag) of a color component indicating whether a current CU (coding unit) of the color component has at least one non-zero transform coefficient, wherein the first cbf of the color component is recovered from the video bitstream; means for decoding a second cbf of the color component, each second cbf indicating whether one of four sub-blocks in the current CU of the color component has at least one non-zero transform coefficient, according to decoding result of the first cbf of the color component, wherein the second cbf of the color component is recovered from the video bitstream; and means for determining residual quad-tree structure of the current CU of the color component based on the first cbf of the color component, or based on the first cbf and the second cbfs of the color component if the second cbfs exist; and wherein the current CU of the color component has a size greater than a maximum TU size of the color component.
[21] 21. An apparatus for coding a cbf (coded block flag), the apparatus comprising: means for receiving a current CU (coding unit) of a color component from a media or a processor; means for determining a first cbf (coded block flag) of the color component indicating whether the current CU has at least one non-zero transform coefficient; means for determining four second cbfs of the color component, each indicating whether one of four sub-blocks in the current CU of the color component has at least one non-zero transform coefficient, if the current CU of the color component has at least one non-zero transform coefficient; and means for incorporating the first cbf of the color component into a video bitstream, or both the first cbf and the second cbfs of the color component into the video bitstream if the second cbfs exist; and wherein the current CU of the color component has a size greater than a maximum TU size of the color component.
类似技术:
公开号 | 公开日 | 专利标题
US10531122B2|2020-01-07|Method and apparatus for coded block flag coding in high efficiency video coding
CN107836117B|2020-07-31|Block segmentation method and device
JP6553221B2|2019-07-31|Video encoding method and video encoding apparatus
CA2811849C|2016-06-28|Apparatus and method of constrained partition size for high efficiency video coding
US9462275B2|2016-10-04|Residual quad tree | coding for video coding
DK2839645T3|2017-08-21|COEFFICIENT GROUPS AND COEFFICIENT CODING FOR COEFFICIENT SCANNING
WO2016074567A1|2016-05-19|Method of video coding using separate coding tree for luma and chroma
US9591331B2|2017-03-07|Merge signaling and loop filter on/off signaling
TWI663873B|2019-06-21|Method and apparatus of video coding using flexible quadtree and binary tree block partitions
US10187661B2|2019-01-22|Method and apparatus for context adaptive binary arithmetic coding of syntax elements
WO2020098786A1|2020-05-22|Method and apparatus of luma-chroma separated coding tree coding with constraints
US10110892B2|2018-10-23|Video encoding device, video decoding device, video encoding method, video decoding method, and program
WO2017114450A1|2017-07-06|Method and apparatus of prediction binary tree structure for video and image coding
同族专利:
公开号 | 公开日
US10531122B2|2020-01-07|
US20190182508A1|2019-06-13|
AU2013211390B2|2015-10-29|
JP6223998B2|2017-11-01|
WO2013107309A1|2013-07-25|
WO2013107027A1|2013-07-25|
US9930330B2|2018-03-27|
BR112014014121A2|2017-06-13|
JP2015502722A|2015-01-22|
US20150030067A1|2015-01-29|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US7599435B2|2004-01-30|2009-10-06|Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V.|Video frame encoding and decoding|
TWI339074B|2007-09-05|2011-03-11|Via Tech Inc|Operating method and device of coded block flag parameter|
US8634456B2|2008-10-03|2014-01-21|Qualcomm Incorporated|Video coding with large macroblocks|
US8503527B2|2008-10-03|2013-08-06|Qualcomm Incorporated|Video coding with large macroblocks|
KR101456498B1|2009-08-14|2014-10-31|삼성전자주식회사|Method and apparatus for video encoding considering scanning order of coding units with hierarchical structure, and method and apparatus for video decoding considering scanning order of coding units with hierarchical structure|
CN101656880B|2009-08-25|2011-10-12|中国农业大学|Image encoding method and image encoding device|
KR101703327B1|2010-01-14|2017-02-06|삼성전자 주식회사|Method and apparatus for video encoding using pattern information of hierarchical data unit, and method and apparatus for video decoding using pattern information of hierarchical data unit|
WO2011121715A1|2010-03-30|2011-10-06|株式会社 東芝|Image decoding method|
US8942282B2|2010-04-12|2015-01-27|Qualcomm Incorporated|Variable length coding of coded block pattern in video compression|
US20110249754A1|2010-04-12|2011-10-13|Qualcomm Incorporated|Variable length coding of coded block pattern in video compression|
CN102056011B|2010-12-29|2012-10-24|南京邮电大学|H264 coding real-time performance optimization method|
US8948271B2|2011-01-13|2015-02-03|Texas Instruments Incorporated|Method and apparatus for a low complexity transform unit partitioning structure for HEVC|
US20120189052A1|2011-01-24|2012-07-26|Qualcomm Incorporated|Signaling quantization parameter changes for coded units in high efficiency video coding |
US9848197B2|2011-03-10|2017-12-19|Qualcomm Incorporated|Transforms in video coding|
CA2842646C|2011-06-27|2018-09-04|Panasonic Corporation|Image decoding method, image coding method, image decoding apparatus, image coding apparatus, and image coding and decoding apparatus|WO2015051011A1|2013-10-02|2015-04-09|Arris Enterprises, Inc.|Modified hevc transform tree syntax|
WO2015131404A1|2014-03-07|2015-09-11|Mediatek Singapore Pte. Ltd.|Methods for depth map coding|
EP3127330A4|2014-05-05|2017-12-13|MediaTek Singapore Pte Ltd.|Method and apparatus for determining residue transform tree representation|
WO2016074147A1|2014-11-11|2016-05-19|Mediatek Singapore Pte. Ltd.|Separated coding tree for luma and chroma|
EP3414903A1|2016-02-11|2018-12-19|Thomson Licensing|Method and device for encoding/decoding an image unit comprising image data represented by a luminance channel and at least one chrominance channel|
CN110035287A|2018-01-12|2019-07-19|富士通株式会社|The method, apparatus and electronic equipment of mark are grouped to unified converting unit mode|
CN112166614A|2018-03-27|2021-01-01|株式会社Kt|Method and apparatus for processing video signal|
US10798382B2|2018-04-26|2020-10-06|Tencent America LLC|Sub-block transform|
US10645396B2|2018-06-04|2020-05-05|Tencent America LLC|Method and apparatus for implicit transform splitting|
WO2020180214A1|2019-03-01|2020-09-10|Huawei Technologies Co., Ltd.|The method of efficient signalling of cbf flags|
法律状态:
2016-02-25| FGA| Letters patent sealed or granted (standard patent)|
2016-08-25| PC| Assignment registered|Owner name: HFI INNOVATION INC. Free format text: FORMER OWNER WAS: MEDIATEK SINGAPORE PTE. LTD. |
优先权:
申请号 | 申请日 | 专利标题
PCT/CN2012/070612|WO2013107027A1|2012-01-19|2012-01-19|Methods and apparatuses of cbf coding in hevc|
AUPCT/CN2012/070612||2012-01-19||
PCT/CN2013/070160|WO2013107309A1|2012-01-19|2013-01-07|Method and apparatus for coded block flag coding in high efficiency video coding|
[返回顶部]